home *** CD-ROM | disk | FTP | other *** search
-
-
- NAME
- FilePart
-
- SYNOPSIS
- FilePart - extract a filename's filepart - Requires v37
-
- INPUTS
- FILE/A
-
- FUNCTION
- Filepart gets a filename and extracts its
- AmigaDOS file-part.
-
- The resulting string is sent to STDOUT.
-
- RESULT
- a filename's filepart
-
- NOTES
- CLI - only
-
- should compile with SAS-C
-
- BUGS
- none known yet
-
- SEE ALSO
- dos.library/FilePart
-
- EXAMPLES
- >FilePart a:b
- "b"
-
- >FilePart a/b
- "b"
-
- AUTHOR
- Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
- noll@student.uni-kl.de
-
-
-
-